home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / help.dxr / UI elements_288.ls < prev    next >
Encoding:
Text File  |  2003-01-01  |  260 b   |  13 lines

  1. on exitFrame me
  2.   global gVisited6, newVolume
  3.   gotoValue = 17 - ((newVolume + 1) / 16)
  4.   sprite(8).setVariable("goto", EMPTY & gotoValue)
  5.   sprite(8).goToFrame(5)
  6.   sprite(8).stop()
  7.   if gVisited6 = 1 then
  8.     go("home")
  9.   else
  10.     gVisited6 = 1
  11.   end if
  12. end
  13.